event table in php [closed]
Posted
by
user66403
on Programmers
See other posts from Programmers
or by user66403
Published on 2012-09-28T11:46:20Z
Indexed on
2012/09/28
15:50 UTC
Read the original article
Hit count: 124
php
How to create php code for fetch the time and date by using id from database
two tables have to create named event & event_time
-->1. table name event(1. event_id, 2.event_date) these are the 2 fields & this(event_id) is primary key
-->2. table name event_time(1.event_id(foreign key) 2.event_sub_id 3.event_time) these are the 3 fields.
if we give date it should display time from 12am to 12pm (24hrs)
if anyone knows please post the answer immediately its very urgent please please please...
© Programmers or respective owner